Skip to content

Commit

Permalink
chore(deps): run update --save (#214)
Browse files Browse the repository at this point in the history
* chore(deps): run update --save

* chore(workflow): drop node 14 add node 18
  • Loading branch information
JAdshead committed Aug 14, 2023
1 parent dbcbcd5 commit 0449f10
Show file tree
Hide file tree
Showing 32 changed files with 22,517 additions and 56,982 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14.x', '16.x' ]
node: ['16.x', '18.x' ]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions examples/pirate-ship-app/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
21,718 changes: 12,267 additions & 9,451 deletions examples/pirate-ship-app/client/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/pirate-ship-app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -14,7 +14,7 @@
},
"proxy": "http://localhost:3001",
"devDependencies": {
"react-scripts": "^3.4.1"
"react-scripts": "^3.4.4"
},
"browserslist": {
"production": [
Expand Down
2,758 changes: 573 additions & 2,185 deletions examples/pirate-ship-app/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/pirate-ship-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"start": "concurrently --kill-others-on-fail 'npm run start:client' 'npm run start:server'"
},
"dependencies": {
"express": "^4.17.1",
"express": "^4.18.2",
"parrot-middleware": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"concurrently": "^5.1.0"
"@babel/cli": "^7.22.10",
"concurrently": "^5.3.0"
}
}
24,837 changes: 2,733 additions & 22,104 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@
"lerna:deploy": "node lernaDeploy.js"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/polyfill": "^7.7.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.2.0",
"@babel/core": "^7.22.10",
"@babel/polyfill": "^7.12.1",
"@commitlint/cli": "^8.3.6",
"@commitlint/config-conventional": "^8.3.6",
"@testing-library/react-hooks": "^7.0.2",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"amex-jest-preset-react": "^8.0.0",
"amex-jest-preset-react": "^8.1.0",
"babel-jest": "^24.9.0",
"babel-preset-amex": "^3.3.0",
"babel-preset-amex": "^3.6.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.3",
"enzyme-to-json": "^3.6.2",
"eslint": "^6.8.0",
"eslint-config-amex": "^11.1.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.2",
"glob": "^7.1.6",
"eslint-config-amex": "^11.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"glob": "^7.2.3",
"husky": "^3.1.0",
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^27.5.1",
"lerna": "^3.20.2",
"lockfile-lint": "^4.1.0",
"lerna": "^3.22.1",
"lockfile-lint": "^4.12.0",
"prettier": "^1.19.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"rimraf": "^3.0.0",
"whatwg-fetch": "^3.0.0"
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"whatwg-fetch": "^3.6.17"
},
"husky": {
"hooks": {
Expand Down
1 change: 1 addition & 0 deletions packages/parrot-core/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
Loading

0 comments on commit 0449f10

Please sign in to comment.