Skip to content

Commit

Permalink
chore: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jun 10, 2024
1 parent 6ce7379 commit 68ae443
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 75 deletions.
72 changes: 36 additions & 36 deletions docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,46 +15,46 @@
}
],
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/icons": "^4.11.3",
"@material-ui/styles": "^4.11.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.3.1",
"gatsby": "^3.4.1",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"classnames": "^2.5.1",
"gatsby": "^5.13.6",
"gatsby-image": "^3.4.0",
"gatsby-plugin-catch-links": "^3.4.0",
"gatsby-plugin-emotion": "^6.4.0",
"gatsby-plugin-google-analytics": "^3.4.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-mdx": "^2.4.0",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-robots-txt": "^1.5.6",
"gatsby-plugin-sitemap": "^4.0.0",
"gatsby-remark-autolink-headers": "^4.1.0",
"gatsby-remark-prismjs": "^5.1.0",
"gatsby-remark-title-to-frontmatter": "^1.1.2",
"gatsby-source-filesystem": "^3.4.0",
"gh-pages": "^3.2.3",
"minimatch": "^5.0.1",
"mixme": "^0.5.1",
"prism-themes": "^1.7.0",
"prismjs": "^1.23.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-title-to-frontmatter": "^1.3.1",
"gatsby-source-filesystem": "^5.13.1",
"gh-pages": "^6.1.1",
"minimatch": "^9.0.4",
"mixme": "^1.1.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-modal": "^3.13.1",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"react-particles-js": "^3.4.1",
"react-scroll": "^1.8.2",
"react-syntax-highlighter": "^15.4.3",
"react-typography": "^0.16.19",
"typography": "^0.16.19"
"react-scroll": "^1.9.0",
"react-syntax-highlighter": "^15.5.0",
"react-typography": "^0.16.23",
"typography": "^0.16.24"
},
"repository": {
"type": "git",
Expand All @@ -74,6 +74,6 @@
"serve": "gatsby serve"
},
"devDependencies": {
"prettier": "^2.2.1"
"prettier": "^3.3.1"
}
}
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,34 +62,34 @@
}
],
"dependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"ajv": "^8.16.0",
"ajv-formats": "^3.0.1",
"ajv-keywords": "^5.1.0",
"chalk": "^5.3.0",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"each": "^2.7.0",
"minimatch": "^9.0.3",
"minimatch": "^9.0.4",
"mixme": "^1.1.0",
"pad": "^3.2.0",
"plug-and-play": "^2.5.8",
"regexp-quote": "^0.0.0",
"self-templated": "^0.2.3",
"semver": "^7.6.0",
"semver": "^7.6.2",
"ssh2-connect": "^3.4.2",
"ssh2-exec": "^0.7.6",
"ssh2-fs": "^1.1.2",
"stack-trace": "^0.0.10",
"tilde-expansion": "^0.0.0",
"toposort": "^2.0.2",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@nikitajs/incus-runner": "^1.0.0-alpha.2",
"coffeescript": "^2.7.0",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"eslint": "^9.4.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down Expand Up @@ -94,7 +94,7 @@
"test:local": "mocha 'test/**/*.coffee'"
},
"dependencies": {
"dedent": "^1.5.1"
"dedent": "^1.5.3"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions packages/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
],
"dependencies": {
"@nikitajs/file": "^1.0.0-alpha.5",
"dedent": "^1.5.1"
"dedent": "^1.5.3"
},
"peerDependencies": {
"@nikitajs/core": "^1.0.0-alpha.1"
},
"devDependencies": {
"@nikitajs/network": "^1.0.0-alpha.5",
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@
],
"dependencies": {
"cson": "^8.4.0",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"diff": "^5.2.0",
"handlebars": "^4.7.8",
"ini": "^4.1.2",
"ini": "^4.1.3",
"mixme": "^1.1.0",
"xmlbuilder": "^15.1.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@nikitajs/log": "^2.0.0-alpha.2",
"coffeescript": "^2.7.0",
"eslint": "^8.57.0",
"eslint": "^9.4.0",
"eslint-plugin-coffee": "^0.1.15",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/incus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {
"@nikitajs/log": "^2.0.0-alpha.2",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"js-yaml": "^4.1.0",
"object-diff": "^0.0.4",
"shell": "^0.9.4"
Expand All @@ -59,7 +59,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ipa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nikitajs/incus-runner": "^1.0.0-alpha.2",
"coffeescript": "^2.7.0",
"mixme": "^1.1.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
}
],
"dependencies": {
"dedent": "^1.5.1"
"dedent": "^1.5.3"
},
"peerDependencies": {
"@nikitajs/core": "^1.0.0-alpha.1"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/krb5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
}
],
"dependencies": {
"dedent": "^1.5.1"
"dedent": "^1.5.3"
},
"peerDependencies": {
"@nikitajs/core": "^1.0.0-alpha.1"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ldap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"eslint": "^8.57.0",
"eslint": "^9.4.0",
"eslint-plugin-coffee": "^0.1.15",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down Expand Up @@ -87,7 +87,7 @@
"test:local": "mocha 'test/**/*.coffee'"
},
"dependencies": {
"dedent": "^1.5.1"
"dedent": "^1.5.3"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/nikita/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@nikitajs/tools": "^1.0.0-alpha.5"
},
"devDependencies": {
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"should": "^13.2.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
],
"dependencies": {
"@nikitajs/file": "^1.0.0-alpha.5",
"dedent": "^1.5.1"
"dedent": "^1.5.3"
},
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.2",
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
],
"dependencies": {
"@nikitajs/file": "^1.0.0-alpha.5",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"diff": "^5.2.0"
},
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.2",
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/lib/sysctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Configure kernel parameters at runtime.

Target file will be overwritten by default, use the `merge` option to preserve existing variables.
The target file is overwritten by default. The `merge` option preserves existing variables.

Comments will be preserved if the `comments` and `merge` config are enabled.

Expand Down
6 changes: 3 additions & 3 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"dependencies": {
"@nikitajs/file": "^1.0.0-alpha.5",
"@nikitajs/service": "^1.0.0-alpha.5",
"dayjs": "^1.11.10",
"dedent": "^1.5.1",
"dayjs": "^1.11.11",
"dedent": "^1.5.3",
"jsesc": "^3.0.2",
"mixme": "^1.1.0"
},
"devDependencies": {
"@nikitajs/incus-runner": "^1.0.0-alpha.2",
"coffeescript": "^2.7.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
Expand Down

0 comments on commit 68ae443

Please sign in to comment.