Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 5249f83

Browse files
committed
chore: fix packages
1 parent 5c5a300 commit 5249f83

File tree

4 files changed

+127
-2009
lines changed

4 files changed

+127
-2009
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"chakra-loader": "latest",
125125
"color": "^3.1.2",
126126
"copy-to-clipboard": "^3.3.1",
127-
"core-js": "^3.6.4",
127+
"core-js": "^3.15.1",
128128
"cross-env": "^7.0.2",
129129
"defu": "^2.0.4",
130130
"dotenv-defaults": "^1.1.1",
@@ -152,7 +152,7 @@
152152
"mdx-vue": "^1.0.2",
153153
"mdx-vue-loader": "^1.0.2",
154154
"node-fetch": "^2.6.0",
155-
"nuxt": "2.13.3",
155+
"nuxt": "^2.15.7",
156156
"portal-vue": "^2.1.6",
157157
"prettier": "^1.19.1",
158158
"prismjs": "^1.19.0",

packages/chakra-ui-nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"@nuxtjs/module-test-utils": "latest",
3939
"babel-eslint": "^10.1.0",
4040
"babel-jest": "^25.5.1",
41-
"core-js": "^3.6.4",
42-
"eslint": "^6.8.0",
41+
"core-js": "^3.15.1",
42+
"eslint": "^7.12.1",
4343
"husky": "^4.2.5",
4444
"jest": "^25.5.2",
45-
"nuxt": "2.14.6",
45+
"nuxt": "^2.15.7",
4646
"standard-version": "^8.0.1"
4747
},
4848
"publishConfig": {

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"@nuxtjs/pwa": "^3.0.0-0",
3939
"@vue-a11y/skip-to": "^2.0.1",
4040
"copy-to-clipboard": "^3.3.1",
41-
"core-js": "^3.6.4",
41+
"core-js": "^3.15.1",
4242
"docsearch.js": "^2.6.3",
4343
"dotenv-defaults": "^1.1.1",
4444
"file-contributors": "^1.0.2",
4545
"github-buttons": "^2.11.3",
4646
"mdx-vue": "^1.0.2",
4747
"mdx-vue-loader": "^1.0.2",
48-
"nuxt": "2.14.6",
48+
"nuxt": "^2.15.7",
4949
"prismjs": "^1.19.0",
5050
"sass-loader": "^8.0.2",
5151
"vue": "^2.6.12",
@@ -60,7 +60,7 @@
6060
"@nuxtjs/eslint-config": "^3.0.0",
6161
"@nuxtjs/eslint-module": "^1.0.0",
6262
"babel-eslint": "^10.1.0",
63-
"eslint": "^6.8.0",
63+
"eslint": "^7.12.1",
6464
"eslint-config-prettier": "^6.10.0",
6565
"eslint-plugin-nuxt": ">=0.4.2",
6666
"eslint-plugin-prettier": "^3.1.2",

0 commit comments

Comments
 (0)