Skip to content

Commit

Permalink
Revert yarn lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
axlwaii committed Feb 5, 2024
1 parent ac283ec commit 92100f7
Show file tree
Hide file tree
Showing 2 changed files with 3,645 additions and 2,149 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@vue/test-utils": "1.3.0",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@vue/test-utils": "^1.1.2",
"@vue/test-utils3": "npm:@vue/test-utils@2.0.0-rc.18",
"babel-jest": "^27.0.0",
"@babel/eslint-parser": "^7.11.0",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.2",
"eslint": "^8.46.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-vue": "^9.16.1",
"jest": "^27.0.0",
"vue": "2.7.14",
"vue-template-compiler": "2.7.14",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.4.1",
"jest": "^26.6.3",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.12",
"vue3": "npm:vue@3.2.26",
"webpack": "^5.13.0",
"webpack-cli": "^5.1.4"
"webpack-cli": "^4.3.1"
}
}

0 comments on commit 92100f7

Please sign in to comment.