switch to exact version number dependencies
This commit is contained in:
parent
42c2c945ba
commit
01c5f19e39
|
@ -16,23 +16,23 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.8",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-env": "7.16.11",
|
||||
"ava": "4.1.0",
|
||||
"babel-loader": "^8.2.3",
|
||||
"c8": "^7.11.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"babel-loader": "8.2.3",
|
||||
"c8": "7.11.0",
|
||||
"copy-webpack-plugin": "10.2.4",
|
||||
"eslint": "8.11.0",
|
||||
"eslint-plugin-ava": "^13.2.0",
|
||||
"esm": "^3.2.25",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-replace": "^1.1.3",
|
||||
"husky": "^7.0.4",
|
||||
"jsdom": "^19.0.0",
|
||||
"eslint-plugin-ava": "13.2.0",
|
||||
"esm": "3.2.25",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-replace": "1.1.3",
|
||||
"husky": "7.0.4",
|
||||
"jsdom": "19.0.0",
|
||||
"lint-staged": "12.3.7",
|
||||
"prettier": "2.6.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"rimraf": "3.0.2",
|
||||
"webpack": "5.70.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
"webpack-cli": "4.9.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "individual",
|
||||
|
|
24
package.json
24
package.json
|
@ -31,23 +31,23 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.8",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-env": "7.16.11",
|
||||
"ava": "4.1.0",
|
||||
"babel-loader": "^8.2.3",
|
||||
"c8": "^7.11.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"babel-loader": "8.2.3",
|
||||
"c8": "7.11.0",
|
||||
"copy-webpack-plugin": "10.2.4",
|
||||
"eslint": "8.11.0",
|
||||
"eslint-plugin-ava": "^13.2.0",
|
||||
"esm": "^3.2.25",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-replace": "^1.1.3",
|
||||
"husky": "^7.0.4",
|
||||
"jsdom": "^19.0.0",
|
||||
"eslint-plugin-ava": "13.2.0",
|
||||
"esm": "3.2.25",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-replace": "1.1.3",
|
||||
"husky": "7.0.4",
|
||||
"jsdom": "19.0.0",
|
||||
"lint-staged": "12.3.7",
|
||||
"prettier": "2.6.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"rimraf": "3.0.2",
|
||||
"webpack": "5.70.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
"webpack-cli": "4.9.2"
|
||||
},
|
||||
"ava": {
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue