Skip to content

Commit

Permalink
feat: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patdx committed Feb 7, 2023
1 parent 0f27d8d commit 66d9acd
Show file tree
Hide file tree
Showing 3 changed files with 1,512 additions and 1,630 deletions.
2 changes: 1 addition & 1 deletion apps/zustand-rx-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"typedoc": "typedoc --plugin typedoc-plugin-markdown --entryDocument introduction.md"
},
"devDependencies": {
"astro": "^2.0.0"
"astro": "2.0.6"
}
}
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-router-dom": "6.8.0",
"react-router-dom": "6.8.1",
"regenerator-runtime": "0.13.11",
"rxjs": "7.8.0",
"shiki": "0.14.0",
Expand All @@ -36,11 +36,11 @@
},
"devDependencies": {
"@astrojs/react": "2.0.2",
"@babel/preset-react": "^7.14.5",
"@babel/preset-react": "7.18.6",
"@commitlint/cli": "17.4.2",
"@commitlint/config-angular": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@jscutlery/semver": "2.29.3",
"@jscutlery/semver": "2.30.0",
"@nrwl/devkit": "15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "15.6.3",
Expand All @@ -53,23 +53,23 @@
"@nrwl/vite": "15.6.3",
"@nrwl/web": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.5.1",
"@swc-node/register": "1.5.5",
"@swc/core": "^1.2.173",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@svgr/webpack": "6.5.1",
"@swc-node/register": "1.5.6",
"@swc/core": "1.3.32",
"@testing-library/react": "13.4.0",
"@types/jest": "29.4.0",
"@types/node": "18.11.19",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@vitest/coverage-c8": "~0.28.0",
"@vitest/ui": "^0.28.0",
"astro": "^2.0.0",
"babel-jest": "29.4.1",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@vitest/coverage-c8": "0.28.4",
"@vitest/ui": "0.28.4",
"astro": "2.0.6",
"babel-jest": "29.4.2",
"commitizen": "4.3.0",
"css-loader": "^6.7.3",
"css-loader": "6.7.3",
"cz-conventional-changelog": "3.3.0",
"dot-json": "1.2.2",
"eslint": "8.33.0",
Expand All @@ -80,34 +80,34 @@
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"jest": "29.4.1",
"jest-environment-jsdom": "29.4.1",
"jsdom": "~21.1.0",
"lint-staged": "13.1.0",
"jest": "29.4.2",
"jest-environment-jsdom": "29.4.2",
"jsdom": "21.1.0",
"lint-staged": "13.1.1",
"ngx-deploy-npm": "5.0.0",
"nx": "15.6.3",
"only-allow": "1.1.1",
"prettier": "2.8.3",
"prettier-package-json": "2.8.0",
"react-refresh": "^0.14.0",
"react-refresh": "0.14.0",
"react-test-renderer": "18.2.0",
"shx": "0.3.4",
"style-loader": "^3.3.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"style-loader": "3.3.1",
"stylus": "0.59.0",
"stylus-loader": "7.1.0",
"swc-loader": "0.2.3",
"ts-jest": "29.0.5",
"tslib": "2.5.0",
"typedoc": "0.23.24",
"typedoc-plugin-markdown": "3.14.0",
"typescript": "4.9.5",
"url-loader": "^4.1.1",
"vite": "^4.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.28.0",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0"
"url-loader": "4.1.1",
"vite": "4.1.1",
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.28.4",
"webpack": "5.75.0",
"webpack-merge": "5.8.0"
},
"lint-staged": {
"*.{js,ts,md}": "prettier --write",
Expand Down
Loading

0 comments on commit 66d9acd

Please sign in to comment.