Skip to content

Commit

Permalink
remove unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Agney committed Mar 13, 2021
1 parent 7e564ee commit fc93961
Show file tree
Hide file tree
Showing 4 changed files with 2,710 additions and 3,149 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@agney/playground": "*",
"babel-polyfill": "^6.26.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
Expand Down
4 changes: 0 additions & 4 deletions playground/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
],
"plugins": [
"babel-plugin-transform-goober",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
}
47 changes: 21 additions & 26 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,40 +31,35 @@
"license": "MIT",
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"styled-components": ">=4"
"react-dom": ">=16"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.3.0",
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.155",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/lodash.merge": "^4.6.6",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"@types/react-inspector": "^4.0.0",
"@types/styled-components": "^5.1.0",
"babel-plugin-transform-goober": "^1.2.0",
"jest": "^26.0.1",
"microbundle": "^0.11.0",
"np": "^6.2.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1"
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-inspector": "^4.0.1",
"jest": "^26.6.3",
"microbundle": "^0.13.0",
"np": "^7.4.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@agney/react-inspector": "^4.0.0",
"@reach/auto-id": "^0.10.4",
"@reach/tabs": "^0.10.4",
"@types/lodash-es": "^4.17.3",
"@reach/auto-id": "^0.13.2",
"@reach/tabs": "^0.13.2",
"@types/lodash-es": "^4.17.4",
"goober": "^2.0.33",
"lodash.merge": "^4.6.2",
"prism-react-renderer": "^1.1.1",
"prism-react-renderer": "^1.2.0",
"react-simple-code-editor": "^0.11.0"
},
"jest": {
Expand Down
Loading

0 comments on commit fc93961

Please sign in to comment.