Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ganapativs committed Jul 31, 2022
1 parent dc814c1 commit 9b972d3
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 224 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spectrum",
"version": "1.2.3",
"version": "1.2.5",
"description": "Generate colorful text placeholders 🎨",
"main": "dist/react-spectrum.js",
"module": "dist/react-spectrum.es.js",
Expand Down Expand Up @@ -48,29 +48,29 @@
}
],
"devDependencies": {
"@ganapativs/babel-preset-react": "0.0.6",
"@ganapativs/eslint-config-react-ts": "0.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@size-limit/preset-small-lib": "^7.0.3",
"husky": "^7.0.4",
"@ganapativs/babel-preset-react": "0.0.7",
"@ganapativs/eslint-config-react-ts": "0.2.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@size-limit/preset-small-lib": "^8.0.0",
"@types/react": "^18.0.15",
"husky": "^8.0.1",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"rollup": "^2.77.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"size-limit": "^7.0.3",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
"size-limit": "^8.0.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": "^17.0.2"
},
"dependencies": {
"@types/react": "^17.0.37",
"react": "^17.0.2"
"react": "^18.2.0"
}
}
Loading

0 comments on commit 9b972d3

Please sign in to comment.