Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 18, 2021
1 parent ccae670 commit 326941f
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 757 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/vuejs/composition-api#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.3.4",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.28",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"concurrently": "^5.3.0",
"conventional-changelog-cli": "^2.1.1",
"conventional-github-releaser": "^3.1.5",
Expand All @@ -57,12 +57,12 @@
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.39.0",
"rollup-plugin-dts": "^2.0.1",
"rollup": "^2.45.2",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vue-server-renderer": "^2.6.12"
Expand All @@ -71,7 +71,7 @@
"vue": ">= 2.5 < 3"
},
"dependencies": {
"tslib": "^2.1.0"
"tslib": "^2.2.0"
},
"husky": {
"hooks": {
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function genConfig({ outFile, format, mode }) {
}),
resolve(),
replace({
preventAssignment: true,
'process.env.NODE_ENV':
format === 'es'
? // preserve to be handled by bundlers
Expand Down
Loading

0 comments on commit 326941f

Please sign in to comment.