Skip to content

Commit

Permalink
delete test_data, add importmapExtras to the package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Oct 9, 2023
1 parent a7bb554 commit f233a06
Show file tree
Hide file tree
Showing 47 changed files with 34 additions and 2,811 deletions.
6 changes: 3 additions & 3 deletions apps/exampleapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url-state-provider": "*",
"util": "^0.12.4",
"utils": "*",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"scripts": {
"test": "jest",
Expand All @@ -56,10 +56,10 @@
"react-dom": "^18.2.0",
"url-state-provider": "*",
"utils": "*",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"importmapExtras": {
"zustand/middleware": "^4.1.1"
"zustand/middleware": "4.3.7"
},
"appProps": {
"theme": {
Expand Down
5 changes: 4 additions & 1 deletion apps/greenhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"url-state-provider": "*",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"importmapExtras": {
"zustand/middleware": "4.3.7"
},
"appProps": {
"authIssuerUrl": {
Expand Down
7 changes: 5 additions & 2 deletions apps/heureka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tailwindcss": "^3.3.1",
"url-state-router": "*",
"util": "^0.12.4",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"scripts": {
"test": "jest",
Expand All @@ -58,7 +58,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"url-state-router": "*",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"importmapExtras": {
"zustand/middleware": "4.3.7"
},
"appProps": {
"theme": {
Expand Down
6 changes: 3 additions & 3 deletions apps/supernova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tailwindcss": "^3.3.1",
"url-state-provider": "*",
"util": "^0.12.4",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"peerDependencies": {
"@tanstack/react-query": "4.28.0",
Expand All @@ -51,10 +51,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"url-state-provider": "*",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"importmapExtras": {
"zustand/middleware": "^4.1.1"
"zustand/middleware": "4.3.7"
},
"scripts": {
"start": "PORT=$APP_PORT NODE_ENV=development node esbuild.config.js --serve --watch",
Expand Down
7 changes: 5 additions & 2 deletions apps/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tailwindcss": "^3.3.1",
"url-state-provider": "*",
"util": "^0.12.4",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"scripts": {
"test": "jest",
Expand All @@ -51,7 +51,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"url-state-provider": "*",
"zustand": "^4.1.1"
"zustand": "4.3.7"
},
"importmapExtras": {
"zustand/middleware": "4.3.7"
},
"appProps": {
"theme": {
Expand Down
6 changes: 3 additions & 3 deletions apps/volta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"tailwindcss": "^3.3.1",
"url-state-provider": "*",
"util": "^0.12.4",
"zustand": "^4.1.5"
"zustand": "4.3.7"
},
"peerDependencies": {
"@tanstack/react-query": "4.28.0",
Expand All @@ -55,10 +55,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"url-state-provider": "*",
"zustand": "^4.1.5"
"zustand": "4.3.7"
},
"importmapExtras": {
"zustand/middleware": "^4.1.1"
"zustand/middleware": "4.3.7"
},
"scripts": {
"test": "jest",
Expand Down
85 changes: 0 additions & 85 deletions ci/scripts/test_data/apps/[email protected]/package.json

This file was deleted.

85 changes: 0 additions & 85 deletions ci/scripts/test_data/apps/assets-overview@latest/package.json

This file was deleted.

86 changes: 0 additions & 86 deletions ci/scripts/test_data/apps/[email protected]/package.json

This file was deleted.

Loading

0 comments on commit f233a06

Please sign in to comment.