Skip to content

Commit 2b16aab

Browse files
authored
chore: update packages (#42)
1 parent 175a7ef commit 2b16aab

File tree

9 files changed

+3837
-3511
lines changed

9 files changed

+3837
-3511
lines changed

.github/workflows/cypress.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
strategy:
1313
matrix:
1414
node-version: [18.x]
15-
15+
1616
steps:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121

2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v2.2.2
23+
uses: pnpm/action-setup@v2.2.4
2424
with:
25-
version: 6.0.2
25+
version: 8.6.4
2626

2727
- name: Checkout
2828
uses: actions/checkout@v2

.github/workflows/test-and-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- uses: pnpm/action-setup@v2.2.2
20+
- uses: pnpm/action-setup@v2.2.4
2121
with:
22-
version: 7.5.0
22+
version: 8.6.4
2323

2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v3

.github/workflows/webpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20-
- uses: pnpm/action-setup@v2.2.2
20+
- uses: pnpm/action-setup@v2.2.4
2121
with:
22-
version: 7.5.0
22+
version: 8.6.4
2323

2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v3

package.json

Lines changed: 54 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
"dependencies": {
5454
"classnames": "^2.3.2",
55-
"nanoid": "^4.0.0",
55+
"nanoid": "^4.0.2",
5656
"react": "^18.0.0",
5757
"react-dom": "^18.0.0"
5858
},
@@ -65,63 +65,65 @@
6565
],
6666
"main": "dist/react-float-menu.js",
6767
"devDependencies": {
68-
"@babel/core": "^7.19.6",
69-
"@babel/plugin-transform-runtime": "^7.19.6",
70-
"@babel/preset-env": "^7.19.4",
71-
"@babel/preset-react": "^7.18.6",
72-
"@babel/runtime": "^7.20.0",
73-
"@testing-library/dom": "^8.19.0",
68+
"@babel/core": "^7.22.5",
69+
"@babel/plugin-transform-runtime": "^7.22.5",
70+
"@babel/preset-env": "^7.22.5",
71+
"@babel/preset-react": "^7.22.5",
72+
"@babel/preset-typescript": "^7.22.5",
73+
"@babel/runtime": "^7.22.5",
74+
"@testing-library/dom": "^9.3.1",
7475
"@testing-library/jest-dom": "^5.16.5",
75-
"@testing-library/react": "^13.4.0",
76+
"@testing-library/react": "^14.0.0",
7677
"@testing-library/user-event": "^14.4.3",
77-
"@types/jest": "^29.2.0",
78-
"@types/node": "^18.11.8",
79-
"@types/react": "^18.0.24",
80-
"@types/react-dom": "^18.0.8",
81-
"@types/testing-library__jest-dom": "^5.14.5",
82-
"@typescript-eslint/eslint-plugin": "^5.41.0",
83-
"@typescript-eslint/parser": "^5.41.0",
84-
"@vitejs/plugin-react": "^2.2.0",
85-
"@vitest/coverage-c8": "^0.24.4",
86-
"autoprefixer": "^10.4.13",
87-
"babel-loader": "^9.0.0",
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",
87+
"autoprefixer": "^10.4.14",
88+
"babel-loader": "^9.1.2",
8889
"babel-plugin-remove-attribute": "^1.0.0",
89-
"c8": "^7.12.0",
90+
"c8": "^8.0.0",
9091
"copy-webpack-plugin": "^11.0.0",
91-
"css-loader": "^6.7.1",
92-
"cypress": "^10.11.0",
93-
"eslint": "^8.26.0",
94-
"eslint-config-prettier": "^8.5.0",
95-
"eslint-config-standard": "^17.0.0",
96-
"eslint-plugin-cypress": "^2.12.1",
97-
"eslint-plugin-import": "^2.25.2",
98-
"eslint-plugin-n": "^15.4.0",
92+
"css-loader": "^6.8.1",
93+
"cypress": "^12.16.0",
94+
"eslint": "^8.44.0",
95+
"eslint-config-prettier": "^8.8.0",
96+
"eslint-config-standard": "^17.1.0",
97+
"eslint-plugin-cypress": "^2.13.3",
98+
"eslint-plugin-import": "^2.27.5",
99+
"eslint-plugin-n": "^16.0.1",
99100
"eslint-plugin-promise": "^6.1.1",
100-
"eslint-plugin-react": "^7.31.10",
101+
"eslint-plugin-react": "^7.32.2",
101102
"eslint-plugin-sort-keys-fix": "^1.1.2",
102-
"husky": "^8.0.1",
103-
"jsdom": "^20.0.2",
104-
"lint-staged": "^13.0.3",
105-
"mini-css-extract-plugin": "^2.6.1",
106-
"postcss": "^8.4.18",
107-
"postcss-loader": "^7.0.1",
108-
"postcss-preset-env": "^7.8.2",
109-
"sass": "^1.55.0",
110-
"sass-loader": "^13.1.0",
111-
"style-loader": "^3.3.1",
112-
"stylelint": "^14.14.0",
113-
"stylelint-config-prettier": "^9.0.3",
114-
"stylelint-config-standard": "^29.0.0",
115-
"stylelint-config-standard-scss": "^6.0.0",
116-
"terser-webpack-plugin": "^5.3.6",
117-
"ts-loader": "^9.4.1",
118-
"typescript": "^4.8.4",
119-
"typescript-plugin-css-modules": "^3.4.0",
120-
"vite": "^3.2.2",
121-
"vitest": "^0.24.4",
122-
"webpack": "^5.74.0",
123-
"webpack-bundle-analyzer": "^4.7.0",
124-
"webpack-cli": "^4.10.0",
103+
"fork-ts-checker-webpack-plugin": "^8.0.0",
104+
"husky": "^8.0.3",
105+
"jsdom": "^22.1.0",
106+
"lint-staged": "^13.2.3",
107+
"mini-css-extract-plugin": "^2.7.6",
108+
"postcss": "^8.4.24",
109+
"postcss-loader": "^7.3.3",
110+
"postcss-preset-env": "^9.0.0",
111+
"sass": "^1.63.6",
112+
"sass-loader": "^13.3.2",
113+
"style-loader": "^3.3.3",
114+
"stylelint": "^15.9.0",
115+
"stylelint-config-prettier": "^9.0.5",
116+
"stylelint-config-standard": "^33.0.0",
117+
"stylelint-config-standard-scss": "^10.0.0",
118+
"terser-webpack-plugin": "^5.3.9",
119+
"ts-loader": "^9.4.4",
120+
"typescript": "^5.1.6",
121+
"typescript-plugin-css-modules": "^5.0.1",
122+
"vite": "^4.3.9",
123+
"vitest": "^0.32.4",
124+
"webpack": "^5.88.1",
125+
"webpack-bundle-analyzer": "^4.9.0",
126+
"webpack-cli": "^5.1.4",
125127
"webpack-node-externals": "^3.0.0"
126128
}
127129
}

0 commit comments

Comments
 (0)