-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies (#84)
- Loading branch information
1 parent
d006b4e
commit c55e5a9
Showing
78 changed files
with
4,170 additions
and
3,066 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
"bugs": { | ||
"url": "https://github.com/myparcelnl/developer/issues" | ||
}, | ||
"type": "module", | ||
"repository": "github:myparcelnl/developer", | ||
"license": "MIT", | ||
"author": "Edie Lemoine <[email protected]>", | ||
|
@@ -16,13 +17,11 @@ | |
"postinstall": "yarn translations:init && (is-ci || husky install)", | ||
"optimize:svg": "svgo -r --multipass --final-newline --folder src/.vuepress/public", | ||
"preview": "http-server src/.vuepress/dist -s --port 9599", | ||
"test": "concurrently yarn:test:node yarn:test:vue yarn:test:links", | ||
"test:dev:node": "vitest --config vitest-node.config.ts", | ||
"test:dev:vue": "vitest --config vitest-vue.config.ts", | ||
"test": "concurrently test:vitest:run yarn:test:links", | ||
"test:vitest": "vitest", | ||
"test:vitest:run": "vitest run", | ||
"test:links": "WAIT_ON_TIMEOUT=30000 start-server-and-test preview http://127.0.0.1:9599 test:links:run", | ||
"test:links:run": "hyperlink -ir --root src/.vuepress/dist http://127.0.0.1:9599", | ||
"test:node": "vitest run --config vitest-node.config.ts", | ||
"test:vue": "vitest run --config vitest-vue.config.ts", | ||
"translations:import": "echo 'Importing translations...' && google-docs-importer -d 1q_las2AW8vZqhyiymXnPtrCsNQsye9W0Aqi3aWymjuU -o src/.vuepress/public/translations && echo 'Done!'", | ||
"translations:init": "test -f src/.vuepress/public/translations/en.json || yarn translations:import", | ||
"watch": "nodemon --ext ts,vue,md --watch src --exec 'vuepress build src --debug'" | ||
|
@@ -36,60 +35,65 @@ | |
}, | ||
"prettier": "@myparcel/prettier-config", | ||
"resolutions": { | ||
"vite": "^2" | ||
"vite": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"@vue/runtime-core": "^3.2.37", | ||
"@vuepress/plugin-docsearch": "2.0.0-beta.49", | ||
"@vuepress/plugin-google-analytics": "^2.0.0-beta.49", | ||
"@vuepress/plugin-register-components": "2.0.0-beta.49", | ||
"@vueuse/core": "^8.9.4", | ||
"@vuepress/plugin-docsearch": "2.0.0-beta.67", | ||
"@vuepress/plugin-google-analytics": "2.0.0-beta.67", | ||
"@vuepress/plugin-register-components": "2.0.0-beta.67", | ||
"@vueuse/core": "^10.5.0", | ||
"lodash": "^4.17.21", | ||
"lodash-es": "^4.17.21", | ||
"tailwindcss": "^3.1.6", | ||
"vue-recaptcha": "^2.0.2", | ||
"vuepress": "2.0.0-beta.49" | ||
"vuepress": "2.0.0-beta.67" | ||
}, | ||
"devDependencies": { | ||
"@edielemoine/google-docs-importer": "^1.0.2", | ||
"@myparcel-eslint/eslint-config-esnext": "^1.2.3", | ||
"@myparcel-eslint/eslint-config-import": "^1.2.1", | ||
"@myparcel-eslint/eslint-config-node": "^1.2.3", | ||
"@myparcel-eslint/eslint-config-prettier": "^1.2.3", | ||
"@myparcel-eslint/eslint-config-prettier-typescript": "^1.2.4", | ||
"@myparcel-eslint/eslint-config-prettier-typescript-vue": "^1.2.6", | ||
"@myparcel/sdk": "^2.10.1", | ||
"@tsconfig/node16": "^1.0.3", | ||
"@tsconfig/node18": "^18.2.2", | ||
"@types/flat": "^5.0.2", | ||
"@types/lodash-es": "^4.17.6", | ||
"@types/mock-fs": "^4.13.1", | ||
"@vitejs/plugin-vue": "^2.3.3", | ||
"@vitejs/plugin-vue": "^4.4.0", | ||
"@vue/test-utils": "^2.0.2", | ||
"autoprefixer": "^10.4.8", | ||
"concurrently": "^7.3.0", | ||
"cssnano": "^5.1.12", | ||
"dayjs": "^1.11.4", | ||
"concurrently": "^8.2.1", | ||
"cssnano": "^6.0.1", | ||
"dayjs": "^2.0.0-alpha.4", | ||
"eslint": "^8.40.0", | ||
"flat": "^5.0.2", | ||
"flat": "^6.0.1", | ||
"gray-matter": ">= 4.0", | ||
"happy-dom": "^6.0.4", | ||
"happy-dom": "^12.6.0", | ||
"http-server": "^14.1.1", | ||
"husky": "^8.0.3", | ||
"hyperlink": "^5.0.4", | ||
"is-ci": "^3.0.1", | ||
"lint-staged": "^13.1.2", | ||
"lint-staged": "^14.0.1", | ||
"lodash-unified": "^1.0.2", | ||
"markdown-it-multimd-table": "^4.1.3", | ||
"mock-fs": "^5.1.2", | ||
"only-allow": "^1.1.1", | ||
"plop": "^3.1.1", | ||
"plop": "^4.0.0", | ||
"postcss-import": "^15.1.0", | ||
"prettier": "^2.8.8", | ||
"rollup-plugin-visualizer": "^5.7.1", | ||
"start-server-and-test": "^1.14.0", | ||
"svgo": "^2.8.0", | ||
"start-server-and-test": "^2.0.1", | ||
"svgo": "^3.0.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4", | ||
"vite-svg-loader": "3.4.0", | ||
"vitest": "^0.18.1" | ||
"typescript": "^5.2.2", | ||
"vite-svg-loader": "^4.0.0", | ||
"vitest": "^0.34.6" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"node": "18.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export default { | ||
plugins: { | ||
'postcss-import': {}, | ||
tailwindcss: {}, | ||
autoprefixer: {}, | ||
cssnano: {}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export {default as Icon} from './icon/Icon.vue'; | ||
|
||
export {default as LinkTree} from './LinkTree.vue'; | ||
|
||
export {default as MPButtonGroup} from './MPButtonGroup.vue'; | ||
|
||
export {default as MPButton} from './button/MPButton.vue'; | ||
|
||
export {default as ReCaptcha} from './ReCaptcha.vue'; | ||
|
||
export {default as ToggleChevron} from './ToggleChevron.vue'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.