Skip to content

Commit df3c308

Browse files
committed
chore: upgrade packages
1 parent 2b16aab commit df3c308

File tree

2 files changed

+1263
-1190
lines changed

2 files changed

+1263
-1190
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -65,33 +65,33 @@
6565
],
6666
"main": "dist/react-float-menu.js",
6767
"devDependencies": {
68-
"@babel/core": "^7.22.5",
69-
"@babel/plugin-transform-runtime": "^7.22.5",
70-
"@babel/preset-env": "^7.22.5",
68+
"@babel/core": "^7.22.9",
69+
"@babel/plugin-transform-runtime": "^7.22.9",
70+
"@babel/preset-env": "^7.22.9",
7171
"@babel/preset-react": "^7.22.5",
7272
"@babel/preset-typescript": "^7.22.5",
73-
"@babel/runtime": "^7.22.5",
73+
"@babel/runtime": "^7.22.6",
7474
"@testing-library/dom": "^9.3.1",
75-
"@testing-library/jest-dom": "^5.16.5",
75+
"@testing-library/jest-dom": "^5.17.0",
7676
"@testing-library/react": "^14.0.0",
7777
"@testing-library/user-event": "^14.4.3",
78-
"@types/jest": "^29.5.2",
79-
"@types/node": "^20.3.3",
80-
"@types/react": "^18.2.14",
81-
"@types/react-dom": "^18.2.6",
82-
"@types/testing-library__jest-dom": "^5.14.6",
83-
"@typescript-eslint/eslint-plugin": "^5.61.0",
84-
"@typescript-eslint/parser": "^5.61.0",
85-
"@vitejs/plugin-react": "^4.0.1",
86-
"@vitest/coverage-v8": "^0.32.4",
78+
"@types/jest": "^29.5.3",
79+
"@types/node": "^20.4.2",
80+
"@types/react": "^18.2.15",
81+
"@types/react-dom": "^18.2.7",
82+
"@types/testing-library__jest-dom": "^5.14.8",
83+
"@typescript-eslint/eslint-plugin": "^6.1.0",
84+
"@typescript-eslint/parser": "^6.1.0",
85+
"@vitejs/plugin-react": "^4.0.3",
86+
"@vitest/coverage-v8": "^0.33.0",
8787
"autoprefixer": "^10.4.14",
88-
"babel-loader": "^9.1.2",
88+
"babel-loader": "^9.1.3",
8989
"babel-plugin-remove-attribute": "^1.0.0",
9090
"c8": "^8.0.0",
9191
"copy-webpack-plugin": "^11.0.0",
9292
"css-loader": "^6.8.1",
93-
"cypress": "^12.16.0",
94-
"eslint": "^8.44.0",
93+
"cypress": "^12.17.1",
94+
"eslint": "^8.45.0",
9595
"eslint-config-prettier": "^8.8.0",
9696
"eslint-config-standard": "^17.1.0",
9797
"eslint-plugin-cypress": "^2.13.3",
@@ -105,23 +105,23 @@
105105
"jsdom": "^22.1.0",
106106
"lint-staged": "^13.2.3",
107107
"mini-css-extract-plugin": "^2.7.6",
108-
"postcss": "^8.4.24",
108+
"postcss": "^8.4.26",
109109
"postcss-loader": "^7.3.3",
110110
"postcss-preset-env": "^9.0.0",
111111
"sass": "^1.63.6",
112112
"sass-loader": "^13.3.2",
113113
"style-loader": "^3.3.3",
114-
"stylelint": "^15.9.0",
114+
"stylelint": "^15.10.1",
115115
"stylelint-config-prettier": "^9.0.5",
116-
"stylelint-config-standard": "^33.0.0",
116+
"stylelint-config-standard": "^34.0.0",
117117
"stylelint-config-standard-scss": "^10.0.0",
118118
"terser-webpack-plugin": "^5.3.9",
119119
"ts-loader": "^9.4.4",
120120
"typescript": "^5.1.6",
121121
"typescript-plugin-css-modules": "^5.0.1",
122-
"vite": "^4.3.9",
123-
"vitest": "^0.32.4",
124-
"webpack": "^5.88.1",
122+
"vite": "^4.4.4",
123+
"vitest": "^0.33.0",
124+
"webpack": "^5.88.2",
125125
"webpack-bundle-analyzer": "^4.9.0",
126126
"webpack-cli": "^5.1.4",
127127
"webpack-node-externals": "^3.0.0"

0 commit comments

Comments
 (0)