Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aminnairi committed Dec 7, 2023
1 parent abd7854 commit 257dd7b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@types/node": "20.9.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "8.54.0",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^1.0.2",
"eslint": "8.55.0",
"eslint-plugin-react": "^7.33.2",
"rollup": "4.4.1",
"rollup": "4.6.1",
"rollup-plugin-delete": "2.0.0",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vitest": "0.34.6"
"typescript": "5.3.3",
"vitest": "1.0.2"
},
"dependencies": {
"@rollup/plugin-commonjs": "25.0.7",
Expand Down
8 changes: 4 additions & 4 deletions template/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "vite build"
},
"devDependencies": {
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "4.2.0",
"vite": "5.0.0"
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.1",
"vite": "5.0.6"
},
"dependencies": {
"kryptonian": "file:../../",
Expand Down
4 changes: 2 additions & 2 deletions template/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"rollup": "4.5.0",
"rollup": "4.6.1",
"tslib": "2.6.2",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"dependencies": {
"@rollup/plugin-json": "6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions template/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.5",
"rollup": "4.5.0",
"rollup": "4.6.1",
"tslib": "2.6.2",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"dependencies": {
"kryptonian": "file:../.."
Expand Down

0 comments on commit 257dd7b

Please sign in to comment.