Skip to content

Commit

Permalink
Use the ^ syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Nov 23, 2021
1 parent c30ccbe commit 2fd3d43
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"yarn": ">=1 <4"
},
"peerDependencies": {
"@babel/core": ">=7.15.5 <8.0.0",
"@babel/plugin-transform-runtime": ">=7.15.0 <8.0.0",
"@babel/preset-env": ">=7.15.6, <8.0.0",
"@babel/runtime": ">7.15.4 <8.0.0",
"babel-loader": ">8.2.2 <9.0.0",
"compression-webpack-plugin": ">=9.0.0 <10.0.0",
"glob": ">=7.2.0 <8.0.0",
"js-yaml": ">=4.1.0 <5.0.0",
"path-complete-extname": ">=1.0.0 <2.0.0",
"pnp-webpack-plugin": ">=1.7.0 <2.0.0",
"terser-webpack-plugin": ">=5.2.4 <6.0.0",
"webpack": ">=5.53.0 <6.0.0",
"webpack-assets-manifest": ">=5.0.6 <6.0.0",
"webpack-cli": ">=4.8.0 <5.0.0",
"webpack-dev-server": ">=4.5.0 <5.0.0",
"webpack-merge": ">=5.8.0 <6.0.0"
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6,",
"@babel/runtime": "^7.15.4",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^9.0.0",
"glob": "^7.2.0",
"js-yaml": "^4.1.0",
"path-complete-extname": "^1.0.0",
"pnp-webpack-plugin": "^1.7.0",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.53.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.5.0",
"webpack-merge": "^5.8.0",
},
"devDependencies": {
"babel-loader": "^8.2.2",
Expand Down

0 comments on commit 2fd3d43

Please sign in to comment.