Skip to content

Commit

Permalink
build: upgrade deps and use latest node lts
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 28, 2023
1 parent 646d88e commit 06672ba
Show file tree
Hide file tree
Showing 7 changed files with 503 additions and 1,127 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
lts/iron
6 changes: 3 additions & 3 deletions docs/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.31",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.52.0",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/ssr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test-legacy": "node --test"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"react": "^18.2.0",
"react-compare-slider": "latest",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@react-google-maps/api": "^2.19.2",
"@types/react": "^18.2.31",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",
"react-compare-slider": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"react-dom": ">=16.8"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"browserslist": "^4.22.1",
"concurrently": "^8.2.2",
"esbuild-plugin-browserslist": "^0.9.1",
"esbuild-plugin-browserslist": "^0.10.0",
"publint": "^0.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.12.2",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"c8": "^8.0.1",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
Expand Down

0 comments on commit 06672ba

Please sign in to comment.