Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Revert "chore: update dependencies (#1413)" (#1420)
Browse files Browse the repository at this point in the history
This reverts commit f8c2dc1.
  • Loading branch information
patzick authored Apr 7, 2021
1 parent f8c2dc1 commit 46ee7f9
Show file tree
Hide file tree
Showing 7 changed files with 399 additions and 1,154 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@microsoft/api-documenter": "^7.12.16",
"@microsoft/api-extractor": "^7.13.2",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@microsoft/api-documenter": "^7.12.8",
"@microsoft/api-extractor": "^7.13.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-replace": "^2.4.2",
"@types/faker": "^5.5.0",
"@types/fs-extra": "^9.0.10",
"@rollup/plugin-replace": "^2.4.1",
"@types/faker": "^5.1.7",
"@types/fs-extra": "^9.0.8",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
Expand All @@ -61,27 +61,27 @@
"coveralls": "^3.1.0",
"cypress": "^6.8.0",
"enquirer": "^2.3.6",
"esbuild": "^0.11.5",
"esbuild": "^0.8.54",
"execa": "^5.0.0",
"faker": "^5.5.2",
"faker": "^5.4.0",
"fs-extra": "^9.1.0",
"fs-jetpack": "^4.1.0",
"husky": "^6.0.0",
"husky": "^5.1.3",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"minimist": "^1.2.5",
"prettier": "~2.2.1",
"rollup": "^2.44.0",
"rollup": "^2.40.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"semver": "^7.3.5",
"semver": "^7.3.4",
"ts-jest": "^26.5.4",
"tslib": "^2.2.0",
"typedoc": "^0.20.35",
"typedoc-plugin-markdown": "^3.6.1",
"tslib": "^2.1.0",
"typedoc": "^0.20.28",
"typedoc-plugin-markdown": "^3.6.0",
"typescript": "^4.2.3",
"vuepress": "^1.8.2",
"yorkie": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/src/templates/project-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.10.0",
"nuxt": "^2.15.4"
"core-js": "^3.9.1",
"nuxt": "^2.15.3"
},
"devDependencies": {
"@shopware-pwa/nuxt-module": "latest",
Expand All @@ -25,6 +25,6 @@
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"vue-jest": "^3.0.7"
"vue-jest": "^3.0.4"
}
}
Loading

1 comment on commit 46ee7f9

@vercel
Copy link

@vercel vercel bot commented on 46ee7f9 Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.