Skip to content

Commit

Permalink
chore: Update deps (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Sep 24, 2023
1 parent 2bec5bb commit 6d1edcd
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 239 deletions.
2 changes: 1 addition & 1 deletion apps/swc-plugin-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.6.3",
"@types/node": "20.6.4",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.16",
Expand Down
8 changes: 4 additions & 4 deletions docs/stc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"next": "13.5.2",
"nextra": "2.0.1",
"nextra-theme-docs": "2.0.1",
"react": "^18.0.0",
"react": "^18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "^18.0.0"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "20.6.3",
"@types/node": "20.6.4",
"@types/react": "18.2.22",
"@types/react-dom": "18.0.1",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
Expand Down
2 changes: 1 addition & 1 deletion exts/vscode-tailwind-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@types/moo": "^0.5.6",
"@types/node": "^16.18.34",
"@types/node": "^20.6.4",
"@types/vscode": "^1.73.0",
"@types/vscode-webview": "^1.57.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/next-image-snapshot/examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.5.3",
"@types/react": "18.2.21",
"@types/node": "20.6.4",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"next": "13.5.2",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-image-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/selenium-webdriver": "^4.1.15",
"cross-env": "^7.0.3",
"jest": "^29.6.2",
"next": "^13.4.19",
"next": "^13.5.2",
"typescript": "^5.1.6"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 6d1edcd

Please sign in to comment.