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

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 21, 2021
1 parent 73c9949 commit 3b5b895
Show file tree
Hide file tree
Showing 2 changed files with 741 additions and 501 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@
"watch": "yarn build -w"
},
"dependencies": {
"@vue/composition-api": "^1.1.4",
"@vue/composition-api": "^1.2.0",
"defu": "^5.0.0",
"estree-walker": "^2.0.2",
"fs-extra": "^9.1.0",
"magic-string": "^0.25.7",
"ufo": "^0.7.9",
"unplugin-vue2-script-setup": "^0.5.6",
"unplugin-vue2-script-setup": "^0.6.4",
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.15.8",
Expand All @@ -82,33 +82,33 @@
"@nuxtjs/pwa": "^3.3.5",
"@release-it/conventional-changelog": "^3.3.0",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^27.0.1",
"@types/jest": "^27.0.2",
"@types/normalize-path": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"codecov": "^3.8.3",
"core-js": "3.17.2",
"core-js": "3.18.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"http-server": "^13.0.1",
"jest": "^27.1.0",
"http-server": "^13.0.2",
"jest": "^27.2.1",
"lint-staged": "^11.1.2",
"npm-run-all": "^4.1.5",
"nuxt": "^2.15.8",
"prettier": "^2.3.2",
"prettier": "^2.4.1",
"release-it": "14.11.5",
"rimraf": "^3.0.2",
"siroc": "0.16.0",
"start-server-and-test": "^1.14.0",
"testcafe": "1.15.3",
"testcafe": "1.16.0",
"ts-loader": "^8.3.0",
"tsd": "^0.17.0",
"typescript": "4.4.2",
"typescript": "4.4.3",
"yorkie": "^2.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3b5b895

Please sign in to comment.