Skip to content

Commit

Permalink
version: 0.7.0, node 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aborn committed Jan 30, 2024
1 parent 9f04e2d commit 83cf1fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:preview": "nuxi preview playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"pub": "npm publish --access public"
},
"dependencies": {
Expand All @@ -43,10 +45,11 @@
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"@types/node": "^18.14.2",
"@types/node": "^20.11.10",
"@types/uuid": "^8.3.4",
"eslint": "latest",
"nuxt": "^3.9.3"
"nuxt": "^3.9.3",
"typescript": "^5.3.3"
},
"bugs": {
"url": "https://github.com/aborn/nuxt-openid-connect/issues"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1618,18 +1618,13 @@
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/node@*":
"@types/node@*", "@types/node@^20.11.10":
version "20.11.10"
resolved "https://repo.yupaopao.com/artifactory/api/npm/npm-repo/@types/node/-/node-20.11.10.tgz#6c3de8974d65c362f82ee29db6b5adf4205462f9"
integrity sha1-bD3ol01lw2L4LuKdtrWt9CBUYvk=
dependencies:
undici-types "~5.26.4"

"@types/node@^18.14.2":
version "18.14.2"
resolved "https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz"
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
Expand Down Expand Up @@ -6843,6 +6838,11 @@ typescript@^4.9.5:
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typescript@^5.3.3:
version "5.3.3"
resolved "https://repo.yupaopao.com/artifactory/api/npm/npm-repo/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha1-s85roljnLmMFumb1ybRSqu4//jc=

ufo@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/ufo/-/ufo-1.1.0.tgz"
Expand Down

0 comments on commit 83cf1fe

Please sign in to comment.