Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Jun 23, 2023
1 parent 2376fc2 commit 50b83af
Show file tree
Hide file tree
Showing 2 changed files with 1,095 additions and 1,078 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"babel-test": "^0.2.4",
"jest": "^29.5.0",
"jest-file-snapshot": "^0.5.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"styled-components": "^5.3.10"
"rimraf": "^5.0.1",
"styled-components": "^6.0.0-rc.6"
},
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/helper-module-imports": "^7.21.4",
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-module-imports": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.22.5",
"lodash": "^4.17.21",
"picomatch": "^2.3.1"
Expand Down
Loading

0 comments on commit 50b83af

Please sign in to comment.