Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simlmx committed Jul 16, 2024
1 parent fe30d66 commit 3ab6b57
Show file tree
Hide file tree
Showing 9 changed files with 1,296 additions and 1,515 deletions.
4 changes: 2 additions & 2 deletions game-template/game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@lefun/core": "workspace:*",
"@lefun/game": "workspace:*",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.18.0",
"rollup": "^4.18.1",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"peerDependencies": {
"@lefun/core": "workspace:*",
Expand Down
16 changes: 8 additions & 8 deletions game-template/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"@lefun/core": "workspace:*",
"@lefun/dev-server": "workspace:*",
"@lefun/ui": "workspace:*",
"@lingui/cli": "^4.11.1",
"@lingui/conf": "^4.11.1",
"@lingui/macro": "^4.11.1",
"@lingui/react": "^4.11.1",
"@lingui/vite-plugin": "^4.11.1",
"@lingui/cli": "^4.11.2",
"@lingui/conf": "^4.11.2",
"@lingui/macro": "^4.11.2",
"@lingui/react": "^4.11.2",
"@lingui/vite-plugin": "^4.11.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand All @@ -35,11 +35,11 @@
"@vitejs/plugin-react": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.0",
"rollup": "^4.18.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.5.2",
"vite": "^5.3.1"
"typescript": "^5.5.3",
"vite": "^5.3.4"
},
"dependencies": {
"classnames": "^2.5.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"author": "Simon Lemieux",
"license": "MIT",
"dependencies": {
"lerna": "^8.1.3"
"lerna": "^8.1.6"
},
"private": true,
"devDependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"packageManager": "[email protected]"
}
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"check-format": "pnpm exec eslint . --quiet"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"rollup": "^2.60.1",
"rollup-plugin-typescript2": "^0.31.1",
"tslib": "^2.3.1",
"typescript": "^5.5.2",
"vitest": "^1.2.1"
"eslint-plugin-simple-import-sort": "^12.1.1",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.31.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
}
}
38 changes: 19 additions & 19 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,27 @@
"@lefun/core": "workspace:*",
"@lefun/game": "workspace:*",
"@lefun/ui": "workspace:*",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"autoprefixer": "^10.4.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss-cli": "^11.0.0",
"postcss-nested": "^5.0.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "^4.15.0",
"rollup-plugin-postcss": "^4.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.2",
"vitest": "^1.2.1"
"rollup": "^4.18.1",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@lefun/core": "workspace:*",
Expand All @@ -65,12 +65,12 @@
"react-dom": ">=17.0.2"
},
"dependencies": {
"@lingui/core": "^4.7.1",
"@lingui/react": "^4.7.1",
"classnames": "^2.3.1",
"immer": "^10.0.4",
"json-edit-react": "^1.8.1",
"zustand": "^4.5.2"
"@lingui/core": "^4.11.2",
"@lingui/react": "^4.11.2",
"classnames": "^2.5.1",
"immer": "^10.1.1",
"json-edit-react": "^1.13.3",
"zustand": "^4.5.4"
},
"postcss": {
"plugins": {
Expand Down
18 changes: 9 additions & 9 deletions packages/game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
},
"devDependencies": {
"@lefun/core": "workspace:*",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"rollup": "^2.60.1",
"rollup-plugin-typescript2": "^0.31.1",
"tslib": "^2.3.1",
"typescript": "^5.5.2",
"vitest": "^1.2.1"
"eslint-plugin-simple-import-sort": "^12.1.1",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.31.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@lefun/core": "workspace:*"
Expand Down
24 changes: 12 additions & 12 deletions packages/ui-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@
},
"dependencies": {
"@testing-library/react": "^16.0.0",
"zustand": "^4.5.2"
"zustand": "^4.5.4"
},
"devDependencies": {
"@lefun/ui": "workspace:*",
"@lingui/core": "^4.7.1",
"@lingui/react": "^4.7.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@lingui/core": "^4.11.2",
"@lingui/react": "^4.11.2",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "^2.60.1",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^5.5.2"
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^5.5.3"
},
"peerDependencies": {
"@lefun/ui": "workspace:*",
Expand Down
26 changes: 13 additions & 13 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,30 @@
"check-format": "pnpm exec eslint . --quiet"
},
"dependencies": {
"zustand": "^4.5.2"
"zustand": "^4.5.4"
},
"devDependencies": {
"@lefun/core": "workspace:*",
"@lefun/game": "workspace:*",
"@lingui/cli": "^4.7.1",
"@lingui/macro": "^4.7.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/node": "^20.11.24",
"@lingui/cli": "^4.11.2",
"@lingui/macro": "^4.11.2",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/node": "^20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "^2.60.1",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.3.1",
"typescript": "^5.5.2"
"tslib": "^2.6.3",
"typescript": "^5.5.3"
},
"peerDependencies": {
"@lefun/core": "workspace:*",
Expand Down
Loading

0 comments on commit 3ab6b57

Please sign in to comment.