Skip to content

Commit

Permalink
Dev: Downgraded adminbasics package to the previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Feb 18, 2022
1 parent c3f504c commit 42eb8be
Show file tree
Hide file tree
Showing 2 changed files with 1,942 additions and 1,330 deletions.
26 changes: 13 additions & 13 deletions assets/packages/adminbasics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@
"test": "node_modules/.bin/env-cmd -e test node_modules/.bin/jest"
},
"devDependencies": {
"@babel/core": "^7.17.4",
"@babel/core": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-jest": "^27.5.1",
"babel-jest": "^26.6.3",
"core-js": "3",
"env-cmd": "^10.1.0",
"eslint": "^8.9.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"fs-extra": "^10.0.0",
"jest": "^27.5.1",
"jest-localstorage-mock": "^2.4.19",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jest-localstorage-mock": "^2.4.0",
"jest-transform-stub": "^2.0.0",
"jest-watch-typeahead": "^1.0.0",
"node-sass": "^7.0.1",
"prettier-eslint": "^13.0.0",
"jest-watch-typeahead": "^0.6.1",
"node-sass": "^5.0.0",
"prettier-eslint": "^12.0.0",
"rollup": "^2.40.0",
"rollup-jest": "^1.1.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"rtlcss": "^3.1.2",
"uglifycss": "^0.0.29"
Expand All @@ -48,7 +48,7 @@
"gulp-clean-css": "^4.0.0",
"lodash": "^4.17.4",
"promise-polyfill": "^8.1.3",
"vue": "^3.2.31"
"vue": "^2.6.10"
},
"browserslist": "> 0.25%, not dead"
}

0 comments on commit 42eb8be

Please sign in to comment.