Skip to content

Commit

Permalink
feat: 🚀 upgrading npm plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
limuen committed Jul 3, 2024
1 parent 868bd8a commit dfecd16
Show file tree
Hide file tree
Showing 4 changed files with 6,624 additions and 5,157 deletions.
13 changes: 7 additions & 6 deletions apps/react-low-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@
"@babel/standalone": "^7.24.0",
"@limuen/utils": "workspace:*",
"ahooks": "^3.8.0",
"antd": "^5.15.3",
"antd": "^5.18.3",
"dayjs": "^1.11.11",
"highlight.js": "^11.9.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3"
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0"
},
"devDependencies": {
"@limuen/tsconfig": "workspace:*",
"@limuen/viteconfig": "workspace:*",
"@types/babel__standalone": "^7.1.7",
"@types/prettier": "^2.6.2",
"@types/react": "^18.2.66",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^18.3.0",
"less": "^4.2.0",
"prettier": "^2.6.2",
"vite": "^5.3.1"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"cz-git": "^1.8.0",
"cz-git": "^1.9.3",
"dotenv-cli": "^7.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-preset-env": "^9.5.14",
"stylelint": "^16.6.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.0",
"prettier": "^3.3.2",
"turbo": "latest",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/viteconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vitejs/plugin-react-swc": "^3.5.0",
"vite-plugin-checker": "^0.6.4",
"rollup-plugin-visualizer": "^5.12.0",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vite-plugin-compression": "^0.5.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit dfecd16

Please sign in to comment.