Skip to content

Commit 50b83af

Browse files
committed
chore: upgrade dependencies
1 parent 2376fc2 commit 50b83af

File tree

2 files changed

+1095
-1078
lines changed

2 files changed

+1095
-1078
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
],
1717
"license": "MIT",
1818
"devDependencies": {
19-
"@babel/cli": "^7.21.5",
20-
"@babel/core": "^7.21.8",
19+
"@babel/cli": "^7.22.5",
20+
"@babel/core": "^7.22.5",
2121
"@babel/plugin-proposal-class-properties": "^7.18.6",
22-
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
23-
"@babel/preset-env": "^7.21.5",
22+
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
23+
"@babel/preset-env": "^7.22.5",
2424
"babel-test": "^0.2.4",
2525
"jest": "^29.5.0",
2626
"jest-file-snapshot": "^0.5.0",
2727
"prettier": "^2.8.8",
28-
"rimraf": "^3.0.2",
29-
"styled-components": "^5.3.10"
28+
"rimraf": "^5.0.1",
29+
"styled-components": "^6.0.0-rc.6"
3030
},
3131
"dependencies": {
32-
"@babel/helper-annotate-as-pure": "^7.18.6",
33-
"@babel/helper-module-imports": "^7.21.4",
32+
"@babel/helper-annotate-as-pure": "^7.22.5",
33+
"@babel/helper-module-imports": "^7.22.5",
3434
"@babel/plugin-syntax-jsx": "^7.22.5",
3535
"lodash": "^4.17.21",
3636
"picomatch": "^2.3.1"

0 commit comments

Comments
 (0)