Skip to content

Commit

Permalink
Merge pull request #506 from 3YOURMIND/add-zod/upgrade-jest-and-babel
Browse files Browse the repository at this point in the history
add-zod(2): Upgrade Babel & Jest
  • Loading branch information
carsoli committed Sep 22, 2021
2 parents c43af38 + f1838eb commit b0d28ca
Show file tree
Hide file tree
Showing 6 changed files with 1,516 additions and 853 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"typescript": "4.3"
},
"devDependencies": {
"@babel/core": "7.x",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/core": "7.15.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.20",
"@babel/preset-env": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@vue/eslint-config-typescript": "^5.0.2",
Expand All @@ -76,7 +76,7 @@
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-vue": "^6.1.2",
"husky": "^7.0.1",
"jest": "^26.6.3",
"jest": "^27.1.0",
"jsdom-global": "^3.0.2",
"lerna": "^4.0.0",
"lint-staged": "^11.0.1",
Expand All @@ -93,7 +93,7 @@
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.19.0",
"stylelint-selector-no-empty": "^1.0.8",
"ts-jest": "^26.4.4",
"ts-jest": "^27.0.5",
"unimported": "^1.19.0",
"vue": "^2.6.11",
"vue-jest": "^3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@octokit/rest": "^18.0.6",
"@octokit/types": "^5.5.0",
"@vue/composition-api": "0.6.1",
"core-js": "^3.6.5",
"core-js": "^3.17.2",
"dayjs": "^1.9.1",
"lodash": "^4.17.19",
"marked": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"description": "Kotti Vue Component UI",
"devDependencies": {
"@3yourmind/sass-node-modules-importer": "*",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/runtime": "^7.11.2",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/runtime": "^7.15.4",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "12",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/big.js": "^6.1.1",
"@types/jest": "^26.0.4",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.157",
"@vue/test-utils": "^1.0.3",
"esm": "^3.2.25",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"@3yourmind/kotti-ui": "3.0.0-beta.11"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.15.5",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/vue": "^5.3.19",
"babel-loader": "^8.1.0",
"babel-loader": "^8.2.2",
"babel-preset-vue": "^2.0.2"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@3yourmind/kotti-ui": "3.0.0-beta.11",
"@3yourmind/yoco": "*",
"@vue/composition-api": "0.6.1",
"core-js": "^3.6.5"
"core-js": "^3.17.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
Expand Down

0 comments on commit b0d28ca

Please sign in to comment.