Skip to content

Commit

Permalink
Merge pull request #1338 from dpc-sdp/feature/update-nuxt-2.13.2
Browse files Browse the repository at this point in the history
Update Nuxt to 2.13.2
  • Loading branch information
dylankelly authored Sep 26, 2024
2 parents 8f1390a + 0db8132 commit 9722047
Show file tree
Hide file tree
Showing 11 changed files with 2,861 additions and 1,453 deletions.
2 changes: 1 addition & 1 deletion examples/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@nuxt/devtools": "^0.6.7",
"cypress": "13.6.6",
"node-fetch-native": "^1.4.1",
"nuxt": "3.11.2"
"nuxt": "3.13.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@
"postcss-preset-env": "^8.1.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^15.10.2",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
"ts-jest": "^29.0.5"
},
"engines": {
"node": "^18.15.0 || ^20.9.0",
"pnpm": "^9.0.6"
},
"dependencies": {
"@vue/vue3-jest": "^29.2.3",
"rimraf": "^4.4.1"
"rimraf": "^4.4.1",
"typescript": "5.0.2"
},
"pnpm": {
"overrides": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ to: package.json
"cypress": "^13.6.6",
"eslint": "^8.28.0",
"jest-environment-jsdom": "^29.5.0",
"nuxt": "3.11.2",
"nuxt": "3.13.2",
"start-server-and-test": "^2.0.0",
"ts-jest": "^29.1.0",
"typescript": "^4.9.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ to: package.json
},
"devDependencies": {
"@dpc-sdp/eslint-config-ripple": "<%= rplVersion %>",
"nuxt": "3.11.2",
"nuxt": "3.13.2",
"eslint": "^8.28.0"
},
"engines": {
Expand Down
4 changes: 3 additions & 1 deletion packages/ripple-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"cypress": "^13.6.6",
"cypress-real-events": "^1.13.0",
"mockttp": "^3.9.1",
"start-server-and-test": "^2.0.3"
"start-server-and-test": "^2.0.3",
"typescript": "5.0.2",
"@types/node": "18.15.10"
}
}
2 changes: 1 addition & 1 deletion packages/ripple-test-utils/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const rplCypressConfigPlugin = async (on, config) => {
on(
'file:preprocessor',
createBundler({
plugins: [createEsbuildPlugin(config)]
plugins: [createEsbuildPlugin(config) as any]
})
)
on('task', { ...apiMocking })
Expand Down
4 changes: 2 additions & 2 deletions packages/ripple-tide-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"watch": "tsc -p tsconfig.json -w"
},
"dependencies": {
"@nuxt/kit": "3.11.2",
"@nuxt/kit": "3.13.2",
"axios": "^1.3.4",
"change-case": "^4.1.2",
"cheerio": "^1.0.0",
Expand All @@ -40,7 +40,7 @@
"winston": "^3.8.2"
},
"devDependencies": {
"@nuxt/schema": "3.11.2",
"@nuxt/schema": "3.13.2",
"@types/cheerio": "^0.22.35",
"axios-mock-adapter": "^1.21.3",
"defu": "^6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:generate-output": "jest --json --outputFile=.jest-test-results.json"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "3.13.2",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"date-fns": "^2.29.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/ripple-ui-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"dependencies": {
"@dpc-sdp/ripple-ui-core": "workspace:*",
"@formkit/inputs": "^1.6.0",
"@formkit/nuxt": "^1.6.0",
"@formkit/validation": "^1.6.0",
"@formkit/vue": "^1.6.0",
"@nuxt/kit": "^3.11.2",
"@formkit/inputs": "1.6.0",
"@formkit/nuxt": "1.6.0",
"@formkit/validation": "1.6.0",
"@formkit/vue": "1.6.0",
"@nuxt/kit": "3.13.2",
"@vueuse/core": "^10.9.0",
"date-fns": "^2.29.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-ui-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:generate-output": "jest --json --outputFile=.jest-test-results.json"
},
"dependencies": {
"@nuxt/kit": "3.11.2",
"@nuxt/kit": "3.13.2",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"ol": "^9.1.0",
Expand Down
Loading

0 comments on commit 9722047

Please sign in to comment.